block: Use struct_size() helper in kmalloc()#883
Conversation
|
Upstream branch: eed108e |
de94ac7 to
86d8d37
Compare
|
Upstream branch: e8c2f9f |
26d02b1 to
9ac4ae4
Compare
86d8d37 to
9805659
Compare
|
Upstream branch: eb3f4b7 |
9ac4ae4 to
540a260
Compare
9805659 to
3f4a345
Compare
|
Upstream branch: 8fde5d1 |
540a260 to
64efd8e
Compare
3f4a345 to
c6dc343
Compare
|
Upstream branch: e43ffb6 |
64efd8e to
79d3e83
Compare
c6dc343 to
fc36596
Compare
|
Upstream branch: ba3e43a |
79d3e83 to
64bcf39
Compare
fc36596 to
7bed9c3
Compare
|
Upstream branch: ddd664b |
64bcf39 to
9c16377
Compare
7bed9c3 to
a7bb5c5
Compare
|
Upstream branch: 979c294 |
9c16377 to
c6869e6
Compare
a7bb5c5 to
5e41a3b
Compare
|
Upstream branch: acb7500 |
c6869e6 to
fb6acc8
Compare
5e41a3b to
c3a084b
Compare
|
Upstream branch: 9716c08 |
fb6acc8 to
1cfd898
Compare
c3a084b to
5f78e5d
Compare
|
Upstream branch: 2a2974b |
1cfd898 to
1b5a6f0
Compare
5f78e5d to
e48f9db
Compare
|
Upstream branch: 062871f |
1b5a6f0 to
66cdc0c
Compare
199644a to
e6d9eb8
Compare
|
Upstream branch: 66affa3 |
66cdc0c to
d7b84b3
Compare
e6d9eb8 to
7d8604f
Compare
Make use of the struct_size() helper instead of an open-coded version, in order to avoid any potential type mistakes or integer overflows that, in the worst scenario, could lead to heap overflows. Signed-off-by: luoqing <luoqing@kylinos.cn>
|
Upstream branch: bade58e |
d7b84b3 to
a68d20c
Compare
Pull request for series with
subject: block: Use struct_size() helper in kmalloc()
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1100801